home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48_2 / ml.pee < prev    next >
Text File  |  1991-04-12  |  980b  |  32 lines

  1. Article 1012 of comp.sys.handhelds:
  2. Path: en.ecn.purdue.edu!noose.ecn.purdue.edu!samsung!uunet!microsoft!alonzo
  3. From: alonzo@microsoft.UUCP (Alonzo GARIEPY)
  4. Newsgroups: comp.sys.handhelds
  5. Subject: uuencoded PEEK and POKE for the HP 48
  6. Message-ID: <56660@microsoft.UUCP>
  7. Date: 17 Aug 90 00:54:00 GMT
  8. References: <56658@microsoft.UUCP>
  9. Reply-To: alonzo@microsoft.UUCP (Alonzo GARIEPY)
  10. Organization: Microsoft Corp., Redmond WA
  11. Lines: 17
  12.  
  13. These are uuencoded versions of PEEK and POKE for the 48.  They
  14. are identical to PIG and BAG on the 28.  POKE only pokes as many
  15. nibbles as correspond to the word size set with STWS.  If you set
  16. the word size to 22, POKE will modify 6 nibbles.
  17.  
  18. begin 600 peek
  19. M2%!(4#0X+4&=+>!A(_[%T;L?,RD0````````9%!<'$XJ4`$````````````)
  20. KZ-&['\7%P=P".0`0(P$3-#$0ED$68U%V,1"64701$R-!$D8(R)!C(RLQ```)
  21. `
  22. end
  23.  
  24. begin 600 poke
  25. M2%!(4#0X+4&=+>!A([W[D<(?3BI0`0```````````(/GD8`>O?O!W`);`!`C
  26. M`1,T<11T<11#811D,198,8;0$$91%GXQ$)9!$@-1%!$3(T'B)Q!&",B08R,K
  27. ",0`T
  28. `
  29. end
  30.  
  31.  
  32.